home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / Internal_8.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  238 b   |  11 lines

  1. on exitFrame
  2.   global IQcursor
  3.   set the cursor of sprite 2 to IQcursor
  4.   repeat with i = 3 to 38
  5.     set the cursor of sprite i to IQcursor
  6.   end repeat
  7.   set the visible of sprite 20 to 0
  8.   preloadMember("groove.aif")
  9.   SetReturn()
  10. end
  11.